AnimationType Enumeration

Represents the type of animation that is used for a text.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum AnimationType

Members

Scroll0 Scrolls the text from one side to another.
Alternate1 Scrolls the text from one side to another and back.
Slide2 Scrolls the text from one side to the original text position and stops there.
None3 Disables the text animation.

See Also